Copies the elements of the StateCollection collection to an array, starting at a particular array index.
Namespace: MindFusion.UI.Web Assembly: MindFusion.UI.Web
Syntax
C#
Copy Code
|
---|
public new virtual void CopyTo ( T[] array, int index ) |
Visual Basic
Copy Code
|
---|
Public Shadows Overridable Sub CopyTo( _ array() As T, _ index As Integer _ ) |
Parameters
See Also
|